Can destructors be declared as pure virtual? [closed]
Posted
by skydoor
on Stack Overflow
See other posts from Stack Overflow
or by skydoor
Published on 2010-03-20T01:04:40Z
Indexed on
2010/03/20
1:51 UTC
Read the original article
Hit count: 453
Possible Duplicate:
Why do we need a pure virtual destructor in C++?
I know that the destructor can be virtual, how about pure virtual?
If yes, what's the usage? If not, what's the error, compile error or runtime error?
© Stack Overflow or respective owner